projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3b1829
)
; Fix byte-compilation warning
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 6 Feb 2021 18:50:57 +0000
(20:50 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 6 Feb 2021 18:50:57 +0000
(20:50 +0200)
* test/src/process-tests.el (process-sentinel-interrupt-event): Fix
byte compilation warning.
test/src/process-tests.el
patch
|
blob
|
history
diff --git
a/test/src/process-tests.el
b/test/src/process-tests.el
index b2e0ec19de1fcccfe3ba8565778ad743bcd62acf..e62bcb3f7c0eb2ae3f3b682abc0e7100e5e712f0 100644
(file)
--- a/
test/src/process-tests.el
+++ b/
test/src/process-tests.el
@@
-893,7
+893,7
@@
Return nil if FILENAME doesn't exist."
;; Capture any incoming events.
(set-process-sentinel proc
- (lambda (
pro
c event)
+ (lambda (
_pr
c event)
(push event events)))
;; Wait for the process to start.
(sleep-for 2)